@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Nunito:wght@600;800&display=swap');

.home_body {
    background-color: #1c1c1c;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.header_home {
    padding: 35px;
    color: #ffd258;
    background-color: #1c1c1c;
    margin: 0px;
}

.navbar_ul_reactive {
    background-color: #1c1c1c;
}

.video_container {
    max-width: 100%;
    overflow: hidden;
}

.background_home {
    position: relative;
    margin: 0px;
    object-fit: contain;
}

.background_home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 85vh;
    width: 705px;
    display: flex;
    justify-content: center;
    background: linear-gradient(to left, #1c1c1c, rgba(46, 46, 46, 0.078));
}

.home_txt {
    position: absolute;
    font-family: "Cedarville Cursive", cursive;
    font-size: 25px;
    color: rgb(215, 215, 215);
    text-align: center;
    top: 38%;
    margin-left: 62vw;
    z-index: 1;
}

.View_menu_btn {
    padding: 20px;
    width: 20%;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    background: linear-gradient(to bottom, #fff9e7, rgba(233, 233, 233, 0.858));
    text-decoration: none;
    display: block;
    margin-left: 58vw;
    color: #131313;
    z-index: 2;
    position: relative;
    top: 20vh;
}

.View_menu {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 50%;
}

.home_logo {
    width: 50%;
    max-width: 50%;
    margin-left: 40vw;
    border-radius: 15px;
}

.home_logo_div {
    display: flex;
    justify-content: center;
    top: 5%;
    z-index: 2;
    text-align: center;
    width: 100%;
    position: absolute;
}

button:focus {
    outline: none;
}

.poster {
    height: 85vh;
}

@media (max-width:992px) {
    .View_menu_btn {
        margin: auto;
        top: 50px;
    }

    .home_txt {

        top: 30%;
        margin: auto;
    }

    .home_txt {
        position: absolute;
        font-family: 'Cedarville Cursive', cursive;
        font-size: 25px;
        color: rgb(215, 215, 215);
        text-align: center;
        width: 100%;
        top: 30%;
        z-index: 1;
    }

    .background_home::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        background: linear-gradient(to top, #1c1c1ce0, rgba(46, 46, 46, 0.078));
    }

    .home_txt {
        top: 70%;
    }

    .header_home {
        padding: 18px;
    }

    .View_menu {
        bottom: 30px;
    }

    .View_menu_btn {
        width: 80%;
    }

    .poster {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .home_logo_div {
        display: none;
        top: 20%;
    }

    .home_logo {
        border-radius: 5px;
        margin-left: 0vw;
    }
}